Declare file-scope functions and variables static if not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2011 18:06:25 +0000 (10:06 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2011 18:06:25 +0000 (10:06 -0800)
commitcbaaf7329c7559883c4104a737f2a390321ef284
treecd3281220d1f57f7d93bc33f25fb7c16ab449711
parent069a73499a4d49df31ff1dcb7f7a5284d826fd0e
Declare file-scope functions and variables static if not exported.

This is more consistent, and is nicer with gcc -Wstrict-prototypes.
* ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c:
* profile.c, test-distrib.c, update-game-score.c:
Declare non-'main' functions and variables to be static.
* ebrowse.c: Omit redundant function prototypes.
lib-src/ChangeLog
lib-src/ebrowse.c
lib-src/emacsclient.c
lib-src/fakemail.c
lib-src/make-docfile.c
lib-src/movemail.c
lib-src/profile.c
lib-src/test-distrib.c
lib-src/update-game-score.c